home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / screemq.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  176 b   |  12 lines

  1. on getRollover
  2.   if not (the mouseCast) then
  3.     return 0
  4.   end if
  5.   repeat with x = 48 down to 1
  6.     if rollOver(x) then
  7.       return x
  8.     end if
  9.   end repeat
  10.   return 0
  11. end
  12.